home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / database / simple_3.exe / PRINT.BAT < prev    next >
DOS Batch File  |  1989-10-29  |  378b  |  15 lines

  1. echo off
  2. cls
  3. echo This batch file will print the documentation
  4. echo for the Simply Labels program.  This manual is
  5. echo about 70 pages long.  Make sure you have enough
  6. echo paper and your printer is set to top of form.
  7. echo .
  8. echo .
  9. echo Press CTRL-C now if you DO NOT want to print the doc's.
  10. echo .
  11. pause
  12. copy CHANGES.TXT prn
  13. copy SL.DOC prn
  14. copy CODES.DOC prn
  15.